home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 October / PCWorld_2004-10_cd.bin / software / topware / pspad / pspad431inst_cz.exe / {app} / Syntax / AWK script.INI < prev    next >
INI File  |  2002-04-05  |  855b  |  87 lines

  1. ;PSPad user HighLighter definition file
  2. [Settings]
  3. Name=AWK script
  4. FileType=*.awk
  5. ANSIComment=0
  6. PasComment=0
  7. SlashComment=0
  8. CComment=0
  9. SpecComment=0
  10. BasComment=0
  11. FoxComment=0
  12. REMComment=0
  13. ExclComment=0
  14. ByComment=0
  15. SharpComment=1
  16. SlashComment=0
  17. SingleQuote=0
  18. DoubleQuote=1
  19. Preprocessors=0
  20. [KeyWords]
  21. ATAN2=
  22. CLOSE=
  23. COS=
  24. EXP=
  25. FFLUSH=
  26. GENSUB=
  27. GETLINE=
  28. GSUB=
  29. INDEX=
  30. INT=
  31. LENGTH=
  32. LOG=
  33. MATCH=
  34. NEXT=
  35. NEXTFILE=
  36. PRINT=
  37. PRINTF=
  38. RAND=
  39. SIN=
  40. SPLIT=
  41. SPRINTF=
  42. SQRT=
  43. SRAND=
  44. STRFTIME=
  45. SUB=
  46. SUBSTR=
  47. SYSTEM=
  48. SYSTIME=
  49. TOLOWER=
  50. TOUPPER=
  51. [ReservedWords]
  52. ARGC=
  53. ARGIND=
  54. ARGV=
  55. BEGIN=
  56. BREAK=
  57. CONTINUE=
  58. CONVFMT=
  59. DO=
  60. ELSE=
  61. END=
  62. ENVIRON=
  63. ERRNO=
  64. EXIT=
  65. FIELDWIDTHS=
  66. FILENAME=
  67. FNR=
  68. FOR=
  69. FS=
  70. FUNCTION=
  71. IF=
  72. IGNORECASE=
  73. IN=
  74. NF=
  75. NR=
  76. OFMT=
  77. OFS=
  78. ORS=
  79. PATTERN=
  80. RETURN=
  81. RLENGTH=
  82. RS=
  83. RSTART=
  84. RT=
  85. SUBSEP=
  86. WHILE=
  87.